home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / amiexpress / source / doors / amixpr / doorheader.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-26  |  1.7 KB  |  68 lines

  1. #define JH_REGISTER 1
  2. #define JH_SHUTDOWN 2
  3. #define JH_WRITE 3
  4. #define JH_SM 4
  5. #define JH_PM 5
  6. #define JH_HK 6
  7. #define JH_SG 7
  8. #define JH_SF 8
  9. #define JH_EF 9
  10. #define JH_CO 10
  11. #define JH_BBSName 11
  12. #define JH_Sysop 12
  13. #define JH_FLAGFILE 13
  14. #define JH_SHOWFLAGS 14
  15. #define JH_DL 15
  16. /**************************** GET/SET Values from System ***********************/
  17.  
  18. #define DT_NAME           100
  19. #define DT_PASSWORD       101
  20. #define DT_LOCATION       102
  21. #define DT_PHONENUMBER    103
  22. #define DT_SLOTNUMBER     104
  23. #define DT_SECSTATUS      105
  24. #define DT_SECBOARD       106
  25. #define DT_SECLIBRARY     107
  26. #define DT_SECBULLETIN    108
  27. #define DT_MESSAGESPOSTED 109
  28. #define DT_UPLOADS        110
  29. #define DT_DOWNLOADS      111
  30. #define DT_TIMESCALLED    112
  31. #define DT_TIMELASTON     113
  32. #define DT_TIMEUSED       114
  33. #define DT_TIMELIMIT      115
  34. #define DT_TIMETOTAL      116
  35. #define DT_BYTESUPLOAD    117
  36. #define DT_BYTEDOWNLOAD   118
  37. #define DT_DAILYBYTELIMIT 119
  38. #define DT_DAILYBYTEDLD   120
  39. #define DT_EXPERT         121
  40. #define DT_LINELENGTH     122
  41. #define ACTIVE_NODES      123
  42. #define DT_DUMP           124
  43. #define DT_TIMEOUT        125
  44. #define BB_CONFNAME       126
  45. #define BB_CONFLOCAL      127
  46. #define BB_LOCAL          128
  47. #define BB_STATUS         129
  48. #define BB_COMMAND        130
  49. #define BB_MAINLINE       131
  50. #define NB_SAVE           132
  51. #define DT_USERLOAD       133
  52. #define BB_CONFIG         134
  53. #define USERACCESS        135
  54. #define ZMODEMSEND        137
  55. #define ZMODEMRECEIVE     138
  56. #define SCREEN_ADDRESS    139
  57. #define READIT            1
  58. #define WRITEIT           0
  59. struct JHMessage
  60. {
  61.  struct Message Msg;
  62.   char String[200];
  63.   int Data;
  64.   int Command;
  65.   int NodeID;
  66.   int LineNum;
  67. };
  68.